home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
comm
/
revrdist.sit
/
Local #includes
/
C_config.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-08-10
|
253 b
|
14 lines
|
[
TEXT/KAHL
]
/*
* C_config.h - compiler dependent options
*/
#ifndef _H_c_config
#define _H_c_config
/* defns for LSC */
typedef long Longint; /* pascal LONGINT type */
typedef int Integer; /* pascal INTEGER type */
#ifndef nil
#define nil 0l
#endif
#endif